ComponentOne DataGrid for WPF and Silverlight
Value Property (DataGridColumnEditableValueEventArgs<T>)

C1.WPF.DataGrid Namespace > DataGridColumnEditableValueEventArgs<T> Class : Value Property
Gets or sets the value associated with the column.
Syntax
'Declaration
 
Public Shadows Property Value As T
public new T Value {get; set;}

Property Value

The value associated with the column.
See Also

Reference

DataGridColumnEditableValueEventArgs<T> Class
DataGridColumnEditableValueEventArgs<T> Members